home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1711copy.txt < prev    next >
Encoding:
Text File  |  1996-03-15  |  1.3 KB  |  43 lines

  1. if newtitle = TRUE then
  2. Eval("EraseDisplay(@" ^ title number ^ ")")
  3. title number = "1711"
  4. Company = "Time Warner Interactive"
  5. title = "Return Fire"
  6. Price = 57.99
  7. Demo = false
  8. Button1 = false
  9. Button2 = false
  10. Button3 = false
  11. Button4 = false
  12. system = "Saturn"
  13. Title Description = "Infiltrate enemy territory to discover the enemy's home base, capture his flag,
  14. and safely return to your bunker -through a firestorm of enemy fire. Artificial intelligence best
  15. camera angle with real-time zooming and panning. Awesome 2-player, split-screen action."
  16.  
  17.  
  18. -------------------------------------
  19. dline = ""
  20. counter = 0
  21. repeat while dline <> title number
  22. counter = counter + 1
  23. dline = GetWord(1,   GetLine(titl,counter) )   
  24. test(dline = title number, LineInTitle = counter)
  25. end repeat 
  26.  
  27. starttitle = LineInTitle
  28. num of titles shown = 6
  29. endtitle = starttitle + num of titles shown - 1
  30. titles = ""
  31. title highlight = ""
  32. repeat with counter = starttitle to endtitle
  33. nextline = GetLine(titl,counter)
  34. titles = titles ^ SubStr(nextline, 6, CharCount(nextline)) ^ Return
  35. title highlight = Test(title number = GetWord(1, nextline), title highlight ^ SubStr(nextline, 6,
  36. CharCount(nextline)) ^ Return, title highlight ^ Return)
  37. end repeat
  38. dpage = CurrentPageID
  39.  
  40. newtitle = FALSE
  41. end if
  42.  
  43.